home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / m2posx10.zoo / m2posix.10 / bin / t_m2.g < prev    next >
Encoding:
Text File  |  1993-06-10  |  654 b   |  23 lines

  1. # GULAM-Script for processing the test modules
  2. #
  3. # Parameters:
  4. #  $1: name that identifies the compiler, e.g. LPRM2, HM2,...-- see PORTAB.M2H
  5. #      for valid names
  6. #  $2: destination directory
  7. #  $3: extension for program modules, e.g. mod, m,...
  8. #
  9. # Sample call (in gulam): t_m2 LPRM2 m: mod
  10. #
  11. m2ppx $1 tsys.mpp $2\tsys.$3
  12. m2ppx $1 showids.mpp $2\showids.$3
  13. m2ppx $1 forkexec.mpp $2\forkexec.$3
  14. m2ppx $1 spawn.mpp $2\spawn.$3
  15. m2ppx $1 showcmd.mpp $2\showcmd.$3
  16. m2ppx $1 listdir.mpp $2\listdir.$3
  17. m2ppx $1 tdossyst.mpp $2\tdossyst.$3
  18. m2ppx $1 tfile.mpp $2\tfile.$3
  19. m2ppx $1 tlib.mpp $2\tlib.$3
  20. m2ppx $1 tthread.mpp $2\tthread.$3
  21.  
  22.  
  23.